home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1996 February: Tool Chest / Apple Developer CD Series Tool Chest February 1996 (Apple Computer)(1996).iso / Tool Chest / Text / WASTE / WASTE 1.1.2 Distribution / Pseudo-UPI for THINK Pascal / ConditionalMacros.p < prev    next >
Encoding:
Text File  |  1995-10-12  |  529 b   |  26 lines  |  [TEXT/PJMM]

  1. unit ConditionalMacros;
  2.  
  3. { Pascal Interface to the Macintosh Libraries }
  4.  
  5. { Copyright © Apple Computer Inc. }
  6. { All Rights Reserved }
  7.  
  8. { Adapted for use with THINK Pascal 4.0.x by Marco Piovanelli }
  9.  
  10. interface
  11.  
  12. { Remember: this file should be used only with THINK Pascal 4.0.x }
  13.  
  14. {$SETC GENERATINGPOWERPC = FALSE}
  15. {$SETC GENERATING68K = TRUE}
  16. {$SETC GENERATINGCFM = FALSE}
  17. {$SETC CFMSYSTEMCALLS = FALSE}
  18.  
  19. {$IFC OPTION(MC68881) }
  20. {$SETC GENERATING68881 = TRUE}
  21. {$ELSEC}
  22. {$SETC GENERATING68881 = FALSE}
  23. {$ENDC}
  24.  
  25. implementation
  26. end.